*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:'Chakra Petch',sans-serif;color:#a0a0a0;background:#0d0d0d}body{background:radial-gradient(ellipse at bottom,#1a1a1a 0,#0d0d0d 100%);display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem}main{max-width:600px;width:100%}#logo{width:80px;height:80px;margin-bottom:1.5rem;filter:drop-shadow(0 0 8px #fffc00)}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#e0e0e0;line-height:1.2;margin-bottom:1rem;text-shadow:0 0 5px rgba(255,252,0,0.5)}p{font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}p::before{content:'';display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#0f0;margin-right:8px;animation:blink 1.5s infinite alternate}.cta{display:inline-block;background-color:#fffc00;color:#1a1a1a;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.9rem 2.2rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 0 25px rgba(255,252,0,0.6);background-color:#0f0;color:#0d0d0d;outline:2px solid transparent;outline-offset:2px}@keyframes blink{0%{opacity:.6}100%{opacity:1}}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(20,20,20,0.95);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#f0f0f0;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.9rem;transform:translateY(100%);transition:transform .5s ease;z-index:1000}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;padding-right:1rem;line-height:1.4;margin-bottom:0}#cookie-banner a{color:#0f0;text-decoration:underline}#cookie-banner button{background-color:#fffc00;color:#1a1a1a;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:700;font-size:.9rem;transition:background-color .2s ease}#cookie-banner button:hover{background-color:#00e000}@media(max-width:600px){#cookie-banner{flex-direction:column;text-align:center}#cookie-banner p{padding-right:0;margin-bottom:1rem}}